TimeoutException Constructor (String) |
Initializes a new instance of the TimeoutException class with the specified error message.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic TimeoutException(
string message
)
Public Sub New (
message As String
)
Parameters
- message
- Type: SystemString
The message that describes the error
See Also